func math.exp

2 uses

	math (current package)
		exp.go#L18: 	return exp(x)
		exp.go#L97: func exp(x float64) float64 {